/* =========================
   PAGE BANNER (GLOBAL)
========================= */

.page-banner {
  position: relative;
  width: 100%;
  height: 340px;
  background: url("/Uploads/Images/site/202601211000_BANNER_Page_1.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Hafif degrade + kontrast */
.banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* İçerik */
.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

/* Üst küçük yazı */
.banner-content .breadcrumb {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 12px;
  opacity: 0.85;
}

/* Ana başlık */
.banner-content h1 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .page-banner {
    height: 260px;
  }

  .banner-content h1 {
    font-size: 28px;
  }
}
section:empty{
  display:none !important;
}
